net/http.http2priorityNode.parent (field)
9 uses
net/http (current package)
h2_bundle.go#L11706: parent *http2priorityNode
h2_bundle.go#L11715: if n.parent == parent {
h2_bundle.go#L11719: if parent := n.parent; parent != nil {
h2_bundle.go#L11732: n.parent = parent
h2_bundle.go#L11748: for ; n != nil; n = n.parent {
h2_bundle.go#L11963: for x := parent.parent; x != nil; x = x.parent {
h2_bundle.go#L11965: parent.setParent(n.parent)
h2_bundle.go#L12051: n.kids.setParent(n.parent)
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)